Add a destroy implementation in order to set priv->cell_view to NULL
authorMatthias Clasen <maclas@gmx.de>
Tue, 24 Feb 2004 00:07:15 +0000 (00:07 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 24 Feb 2004 00:07:15 +0000 (00:07 +0000)
commit6ad1c8996461e47cb3b696e833397c4ac029c9ce
tree3552972405c02be1d2dd289c1e83deee36ef5036
parent95e7d61e6b819d004ae63dd6e47727129c95be96
Add a destroy implementation in order to set priv->cell_view to NULL

Tue Feb 24 01:08:27 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkcombobox.c: Add a destroy implementation in order to
set priv->cell_view to NULL before finalize stumbles over the
dangling pointer. This big array of pointers into the widget
tree in GtkComboBoxPrivate is really fragile and should be
cleaned up.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkcombobox.c